Searched refs:encHeight (Results 1 – 5 of 5) sorted by relevance
434 int32_t encWidth, encHeight; in APacketSource() local436 MakeAVCCodecSpecificData(params.c_str(), &encWidth, &encHeight); in APacketSource()443 height = encHeight; in APacketSource()519 int32_t encWidth, encHeight; in APacketSource() local522 params.c_str(), &encWidth, &encHeight); in APacketSource()531 height = encHeight; in APacketSource()
158 Int encHeight[2]; member
147 encParams.encHeight[0] = height; in main()
467 if (encOption->encHeight[0] != 96) /* source_format = 1 */ in PVInitVideoEncoder()471 if (encOption->encHeight[0] != 144) /* source_format = 2 */ in PVInitVideoEncoder()475 if (encOption->encHeight[0] != 288) /* source_format = 2 */ in PVInitVideoEncoder()480 if (encOption->encHeight[0] != 576) /* source_format = 2 */ in PVInitVideoEncoder()484 if (encOption->encHeight[0] != 1152) /* source_format = 2 */ in PVInitVideoEncoder()494 encParams->LayerHeight[i] = encOption->encHeight[i]; in PVInitVideoEncoder()
121 mEncParams->encHeight[0] = mHeight; in initEncParams()