HomeSort by relevance Sort by last modified time
    Searched defs:transFromHalToVa (Results 1 - 2 of 2) sorted by null

  /hardware/intel/img/hwcomposer/merrifield/ips/common/
RotationBufferProvider.cpp 108 int RotationBufferProvider::transFromHalToVa(int transform)
164 if (transFromHalToVa(transform) == VA_ROTATION_180) {
366 if (!(pipelineCaps.rotation_flags & (1 << transFromHalToVa(transform)))) {
368 transFromHalToVa(transform));
457 pipelineParam->rotation_state = transFromHalToVa(transform);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
RotationBufferProvider.cpp 108 int RotationBufferProvider::transFromHalToVa(int transform)
164 if (transFromHalToVa(transform) == VA_ROTATION_180) {
365 if (!(pipelineCaps.rotation_flags & (1 << transFromHalToVa(transform)))) {
367 transFromHalToVa(transform));
456 pipelineParam->rotation_state = transFromHalToVa(transform);

Completed in 1711 milliseconds